| A built-in template for a PHP class constructor. |
| Predefined variables take the following values: | ||
| Comma-separated list of constructor parameters, one for each selected property. | ||
| Parameters' PHPDoc comments. Generated as a number of lines '* @param type name'. If there are no parameters, evaluates to empty content. |
||
| Exceptions' PHPDoc comments. Generated as a number of lines '* @throws type'. If there are no thrown exceptions, evaluates to empty content. |
||
| Class name. | ||
| Constructor's body containing '$this->property=$property;' assignments. | ||